Northwoods.GoSilverlight 1.3.5 Assembly
LinksSource Property
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : LinksSource Property

Gets or sets the collection of link data items for the model.

Syntax

Visual Basic (Declaration) 
Public Property LinksSource As IEnumerable
C# 
public IEnumerable LinksSource {get; set;}

Property Value

Initially this value is an empty ObservableCollection. It cannot be set to a null value. For generality, this is of type System.Collections.IEnumerable.

Remarks

This raises a Changed event with a value of ModelChange.ChangedLinksSource.

Requirements

See Also

© 2012 All Rights Reserved.